Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved test of supporting of nullable serializer in UserSerializers annotation #1195

Merged
merged 1 commit into from
Dec 24, 2020

Conversation

shanshin
Copy link
Contributor

Fixes #984

Copy link
Member

@sandwwraith sandwwraith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume tests would start to pass when compiler fixes will be available?

@@ -38,7 +38,7 @@ tasks.withType(Jar).named(kotlin.jvm().artifactsTaskName) {
manifest {
attributes(
"Implementation-Version": version,
"Require-Kotlin-Version": "1.4-RC",
"Require-Kotlin-Version": "1.4.30-M1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NB: bug fixes do not require raising minimal kotlin version, but for this case, we wanted to do it anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants